home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / video / script-5 < prev    next >
Encoding:
Text File  |  1992-08-27  |  155 b   |  9 lines

  1. /*
  2.  * three kinds of C functions __ here is the first one; has
  3.  * base types as arguments
  4.  */
  5.  
  6. retrieve (city.name) 
  7. where boxarea(city.location) > 100
  8. \p
  9.